Skip to content

fix: readLines() dropping falsy values in S3 and Azure source streams#2249

Merged
norberttech merged 1 commit into1.xfrom
bug-s3-schema
Mar 6, 2026
Merged

fix: readLines() dropping falsy values in S3 and Azure source streams#2249
norberttech merged 1 commit into1.xfrom
bug-s3-schema

Conversation

@norberttech
Copy link
Member

@norberttech norberttech commented Mar 6, 2026

Change Log


Added

Fixed

  • readLines() dropping falsy values in S3 and Azure source streams

Changed

Removed

Deprecated

Security


array_filter() without callback was removing lines containing '0' or empty strings, causing schema detection to produce different results compared to local filesystem.

array_filter() without callback was removing lines containing '0' or
empty strings, causing schema detection to produce different results
compared to local filesystem.
@norberttech norberttech added this to the 0.33.0 milestone Mar 6, 2026
@norberttech norberttech merged commit 59a6106 into 1.x Mar 6, 2026
23 checks passed
@norberttech norberttech deleted the bug-s3-schema branch March 6, 2026 16:10
@github-project-automation github-project-automation bot moved this from Todo to Done in Roadmap Mar 6, 2026
@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.02%. Comparing base (fd0c317) to head (f18b550).
⚠️ Report is 3 commits behind head on 1.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##              1.x    #2249      +/-   ##
==========================================
+ Coverage   82.81%   83.02%   +0.21%     
==========================================
  Files        1360     1360              
  Lines       50594    50596       +2     
==========================================
+ Hits        41898    42006     +108     
+ Misses       8696     8590     -106     
Components Coverage Δ
etl 90.17% <ø> (+0.83%) ⬆️
cli 85.76% <ø> (ø)
lib-array-dot 94.82% <ø> (ø)
lib-azure-sdk 60.01% <ø> (ø)
lib-doctrine-dbal-bulk 95.16% <ø> (ø)
lib-filesystem 83.42% <ø> (ø)
lib-types 88.88% <ø> (+1.50%) ⬆️
lib-parquet 68.28% <ø> (ø)
lib-parquet-viewer 83.04% <ø> (ø)
lib-snappy 90.18% <ø> (+0.46%) ⬆️
lib-dremel 0.00% <ø> (ø)
lib-postgresql 88.15% <ø> (ø)
lib-telemetry 89.57% <ø> (ø)
bridge-filesystem-async-aws 90.97% <100.00%> (+0.02%) ⬆️
bridge-filesystem-azure 89.43% <100.00%> (+0.04%) ⬆️
bridge-monolog-http 97.45% <ø> (ø)
bridge-openapi-specification 91.50% <ø> (ø)
symfony-http-foundation 74.11% <ø> (ø)
bridge-psr18-telemetry 100.00% <ø> (ø)
bridge-psr7-telemetry 100.00% <ø> (ø)
bridge-telemetry-otlp 89.29% <ø> (+0.25%) ⬆️
bridge-symfony-http-foundation-telemetry 88.23% <ø> (ø)
bridge-symfony-telemetry-bundle 67.60% <ø> (ø)
adapter-chartjs 84.72% <ø> (ø)
adapter-csv 88.65% <ø> (ø)
adapter-doctrine 92.00% <ø> (ø)
adapter-elasticsearch 92.78% <ø> (ø)
adapter-google-sheet 99.02% <ø> (ø)
adapter-http 67.91% <ø> (ø)
adapter-json 87.61% <ø> (ø)
adapter-logger 47.36% <ø> (ø)
adapter-parquet 79.29% <ø> (ø)
adapter-text 81.25% <ø> (ø)
adapter-xml 82.07% <ø> (ø)
adapter-avro 0.00% <ø> (ø)
adapter-excel 94.02% <ø> (ø)
adapter-postgresql 0.00% <ø> (ø)
bridge-phpunit-telemetry 48.14% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant